;; If a procedure with this name is present in the script and a non-fatal
;; Program Manager DDE error occurs, then this procedure will be executed.
;;
;; Possible Text Error Codes Are:
;; ddeExec%s failed (NOTE: the
;; ddeInitiate failed
;; pmAddItem failed
;; pmClose failed
;; pmCreateGroup failed
;;
;; To trap a DDENonFatalError and respond to it, use the following code
;; [Number1] := PositionOf "PMAddItem" in DDENonFatalError
;; If [Number1] > 0
;; Dialog
;; NonFatal error in AddItem occurred
;; Error Text : DDENonFatalError
;;
;; EndDialog
;; EndIf
EndProcedure
Procedure Modify_Files
EndProcedure
Procedure DeleteBitmapFromShadowDir
;; This procedure deletes the startup bitmap from the
;; temporary directory where INSTALIT puts its resources.
DeleteFiles From ShadowDirectory Quietly
mmsblog2.bmp
EndDeleteFiles
EndProcedure
Procedure STR_Info
;; Global Strings for DialogBox
[tOK_ButtonText] := OK
[tCancel_ButtonText] := Cancel
[tHelp_ButtonText] := Help
;; Icon installation messages
[tNoIconsMessage] := No icons will be installed. Press <OK> to continue.
[tInstallationComplete] := Installation Complete
[tCustomDialogText1] := Select a group to receive Icons
[tInstallIconsText1] := Install icon(s) into Multimedia Source CD
[tInstallIconsText2] := install icon(s) into a different group
[tSkipIconInstallText] := No Icons Will Be Installed.
;; Installation Menu Help
[tMenuHelpText1] := Choose Install MMCD v2.0 to install this product. Choose Hardware summary to see system settings. Choose Exit to leave this installation. Press <OK> to return to main menu.